Skip to content
Back to search
30
MCP

PostgreSQL Database

pulsemcp/postgresql database

Enables interaction with PostgreSQL databases for executing SQL queries, exploring table schemas, and performing data analysis with robust error handling and connection pooling.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Oracle Database
Connects to Oracle databases for queries and data operations.
0 tools
PostgreSQL
Provides type-safe PostgreSQL database integration for user data management through robust CRUD operations with TypeScript and Prisma, enabl
0 tools
MySQL Database
Enables direct MySQL database operations including query execution, schema management, and table information retrieval with built-in securit
0 tools
SQLite Database
Provides secure SQLite database interaction with schema inspection and query execution capabilities for data analysis, content management, a
0 tools
PostgreSQL Ops
Provides direct PostgreSQL database access with query execution, schema introspection, and performance monitoring through specialized extens
0 tools
SQL Server
Provides robust SQL Server database access with T-SQL validation, connection management, and cross-platform Docker support for executing que
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "postgresql_database": {
      "url": "None",
      "transport": "http"
    }
  }
}